runtime._defer.fn (field)
10 uses
runtime (current package)
heapdump.go#L386: fn := *(**funcval)(unsafe.Pointer(&d.fn))
heapdump.go#L388: if d.fn == nil {
mgcmark.go#L933: if d.fn != nil {
mgcmark.go#L936: scanblock(uintptr(unsafe.Pointer(&d.fn)), goarch.PtrSize, &oneptrmask[0], gcw, &state)
panic.go#L282: d.fn = fn
panic.go#L412: d1.fn = fn
panic.go#L532: d.fn = nil // Can in theory point to the stack
panic.go#L907: fn := d.fn
runtime2.go#L991: fn func() // can be nil for open-coded defers
stack.go#L808: adjustpointer(adjinfo, unsafe.Pointer(&d.fn))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)